home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8 - PLATINUM technology, inc. 1997
-
-
- # heartbeat
- DEF $OBJECT_autoPitchtimer TimeSensor {
- cycleInterval 1
- loop TRUE
- startTime .01
- }
-
- #animations
- DEF $OBJECT_autoPitchRotAnim OrientationInterpolator {
- key [ 0 .2 .4 .6 .8 1 ]
- keyValue [ 1 0 0 0, 1 0 0 1.256, 1 0 0 2.512, 1 0 0 3.768, 1 0 0 5.024, 1 0 0 6.28 ]
- }
-
- #route map
- #rot
- ROUTE $OBJECT_autoPitchtimer.fraction_changed TO $OBJECT_autoPitchRotAnim.set_fraction
- ROUTE $OBJECT_autoPitchRotAnim.value_changed TO $OBJECT.set_rotation
-